Class: Aws::Types::DescribeDataSharesForProducerMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


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

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


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

def max_records
  @max_records
end

#producer_arn::String

Returns the value of attribute producer_arn.

Returns:

  • (::String)


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

def producer_arn
  @producer_arn
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "AUTHORIZED", "PENDING_AUTHORIZATION", "DEAUTHORIZED", "REJECTED")


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

def status
  @status
end