Class: Aws::Types::CancelSubscriptionOutput

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)


542
543
544
# File 'sig/types.rbs', line 542

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def id
  @id
end

#retain_permissionsBoolean

Returns the value of attribute retain_permissions.

Returns:

  • (Boolean)


547
548
549
# File 'sig/types.rbs', line 547

def retain_permissions
  @retain_permissions
end

#status"APPROVED", ...

Returns the value of attribute status.

Returns:

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


541
542
543
# File 'sig/types.rbs', line 541

def status
  @status
end

#subscribed_listingTypes::SubscribedListing

Returns the value of attribute subscribed_listing.



545
546
547
# File 'sig/types.rbs', line 545

def subscribed_listing
  @subscribed_listing
end

#subscribed_principalTypes::SubscribedPrincipal

Returns the value of attribute subscribed_principal.



544
545
546
# File 'sig/types.rbs', line 544

def subscribed_principal
  @subscribed_principal
end

#subscription_request_id::String

Returns the value of attribute subscription_request_id.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def subscription_request_id
  @subscription_request_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


543
544
545
# File 'sig/types.rbs', line 543

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def updated_by
  @updated_by
end