Class: Aws::Types::SubscriptionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6237
6238
6239
# File 'sig/types.rbs', line 6237

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6233
6234
6235
# File 'sig/types.rbs', line 6233

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6235
6236
6237
# File 'sig/types.rbs', line 6235

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6232
6233
6234
# File 'sig/types.rbs', line 6232

def id
  @id
end

#retain_permissionsBoolean

Returns the value of attribute retain_permissions.

Returns:

  • (Boolean)


6242
6243
6244
# File 'sig/types.rbs', line 6242

def retain_permissions
  @retain_permissions
end

#status"APPROVED", ...

Returns the value of attribute status.

Returns:

  • ("APPROVED", "REVOKED", "CANCELLED")


6236
6237
6238
# File 'sig/types.rbs', line 6236

def status
  @status
end

#subscribed_listingTypes::SubscribedListing

Returns the value of attribute subscribed_listing.



6240
6241
6242
# File 'sig/types.rbs', line 6240

def subscribed_listing
  @subscribed_listing
end

#subscribed_principalTypes::SubscribedPrincipal

Returns the value of attribute subscribed_principal.



6239
6240
6241
# File 'sig/types.rbs', line 6239

def subscribed_principal
  @subscribed_principal
end

#subscription_request_id::String

Returns the value of attribute subscription_request_id.

Returns:

  • (::String)


6241
6242
6243
# File 'sig/types.rbs', line 6241

def subscription_request_id
  @subscription_request_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6238
6239
6240
# File 'sig/types.rbs', line 6238

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


6234
6235
6236
# File 'sig/types.rbs', line 6234

def updated_by
  @updated_by
end