Class: Aws::Types::DescribeDataSharesMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_share_arn::String

Returns the value of attribute data_share_arn.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def data_share_arn
  @data_share_arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def max_records
  @max_records
end