Class: Aws::Types::DataShareAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_accepted_writesBoolean

Returns the value of attribute consumer_accepted_writes.

Returns:

  • (Boolean)


797
798
799
# File 'sig/types.rbs', line 797

def consumer_accepted_writes
  @consumer_accepted_writes
end

#consumer_identifier::String

Returns the value of attribute consumer_identifier.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def consumer_identifier
  @consumer_identifier
end

#consumer_region::String

Returns the value of attribute consumer_region.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def consumer_region
  @consumer_region
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


794
795
796
# File 'sig/types.rbs', line 794

def created_date
  @created_date
end

#producer_allowed_writesBoolean

Returns the value of attribute producer_allowed_writes.

Returns:

  • (Boolean)


796
797
798
# File 'sig/types.rbs', line 796

def producer_allowed_writes
  @producer_allowed_writes
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


792
793
794
# File 'sig/types.rbs', line 792

def status
  @status
end

#status_change_date::Time

Returns the value of attribute status_change_date.

Returns:

  • (::Time)


795
796
797
# File 'sig/types.rbs', line 795

def status_change_date
  @status_change_date
end