Class: Aws::Omics::Types::AcceptShareResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the resource share.

Returns:

  • (String)


53
54
55
56
57
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 53

class AcceptShareResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end