Class: Aws::Types::DescribeDataSharesForProducerMessage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.



1097
1098
1099
# File 'sig/types.rbs', line 1097

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.



1096
1097
1098
# File 'sig/types.rbs', line 1096

def max_records
  @max_records
end

#producer_arn::String

Returns the value of attribute producer_arn.



1094
1095
1096
# File 'sig/types.rbs', line 1094

def producer_arn
  @producer_arn
end

#status"ACTIVE", ...

Returns the value of attribute status.



1095
1096
1097
# File 'sig/types.rbs', line 1095

def status
  @status
end