Class: Aws::Types::RevokeSubscriptionOutput

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)


5392
5393
5394
# File 'sig/types.rbs', line 5392

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


5388
5389
5390
# File 'sig/types.rbs', line 5388

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


5390
5391
5392
# File 'sig/types.rbs', line 5390

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5387
5388
5389
# File 'sig/types.rbs', line 5387

def id
  @id
end

#retain_permissionsBoolean

Returns the value of attribute retain_permissions.

Returns:

  • (Boolean)


5397
5398
5399
# File 'sig/types.rbs', line 5397

def retain_permissions
  @retain_permissions
end

#status"APPROVED", ...

Returns the value of attribute status.

Returns:

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


5391
5392
5393
# File 'sig/types.rbs', line 5391

def status
  @status
end

#subscribed_listingTypes::SubscribedListing

Returns the value of attribute subscribed_listing.



5395
5396
5397
# File 'sig/types.rbs', line 5395

def subscribed_listing
  @subscribed_listing
end

#subscribed_principalTypes::SubscribedPrincipal

Returns the value of attribute subscribed_principal.



5394
5395
5396
# File 'sig/types.rbs', line 5394

def subscribed_principal
  @subscribed_principal
end

#subscription_request_id::String

Returns the value of attribute subscription_request_id.

Returns:

  • (::String)


5396
5397
5398
# File 'sig/types.rbs', line 5396

def subscription_request_id
  @subscription_request_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5393
5394
5395
# File 'sig/types.rbs', line 5393

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


5389
5390
5391
# File 'sig/types.rbs', line 5389

def updated_by
  @updated_by
end