Class: Aws::Types::GetSubscriptionOutput

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)


3257
3258
3259
# File 'sig/types.rbs', line 3257

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3253
3254
3255
# File 'sig/types.rbs', line 3253

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3255
3256
3257
# File 'sig/types.rbs', line 3255

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3252
3253
3254
# File 'sig/types.rbs', line 3252

def id
  @id
end

#retain_permissionsBoolean

Returns the value of attribute retain_permissions.

Returns:

  • (Boolean)


3262
3263
3264
# File 'sig/types.rbs', line 3262

def retain_permissions
  @retain_permissions
end

#status"APPROVED", ...

Returns the value of attribute status.

Returns:

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


3256
3257
3258
# File 'sig/types.rbs', line 3256

def status
  @status
end

#subscribed_listingTypes::SubscribedListing

Returns the value of attribute subscribed_listing.



3260
3261
3262
# File 'sig/types.rbs', line 3260

def subscribed_listing
  @subscribed_listing
end

#subscribed_principalTypes::SubscribedPrincipal

Returns the value of attribute subscribed_principal.



3259
3260
3261
# File 'sig/types.rbs', line 3259

def subscribed_principal
  @subscribed_principal
end

#subscription_request_id::String

Returns the value of attribute subscription_request_id.

Returns:

  • (::String)


3261
3262
3263
# File 'sig/types.rbs', line 3261

def subscription_request_id
  @subscription_request_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3258
3259
3260
# File 'sig/types.rbs', line 3258

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3254
3255
3256
# File 'sig/types.rbs', line 3254

def updated_by
  @updated_by
end