Class: Aws::Types::UpdateSubscriptionGrantStatusOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assets::Array[Types::SubscribedAsset]

Returns the value of attribute assets.

Returns:



6861
6862
6863
# File 'sig/types.rbs', line 6861

def assets
  @assets
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6855
6856
6857
# File 'sig/types.rbs', line 6855

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6852
6853
6854
# File 'sig/types.rbs', line 6852

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6854
6855
6856
# File 'sig/types.rbs', line 6854

def domain_id
  @domain_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


6857
6858
6859
# File 'sig/types.rbs', line 6857

def environment_id
  @environment_id
end

#granted_entityTypes::GrantedEntity

Returns the value of attribute granted_entity.



6859
6860
6861
# File 'sig/types.rbs', line 6859

def granted_entity
  @granted_entity
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6851
6852
6853
# File 'sig/types.rbs', line 6851

def id
  @id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "GRANT_FAILED", "REVOKE_FAILED", "GRANT_AND_REVOKE_FAILED", "COMPLETED", "INACCESSIBLE")


6860
6861
6862
# File 'sig/types.rbs', line 6860

def status
  @status
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


6862
6863
6864
# File 'sig/types.rbs', line 6862

def subscription_id
  @subscription_id
end

#subscription_target_id::String

Returns the value of attribute subscription_target_id.

Returns:

  • (::String)


6858
6859
6860
# File 'sig/types.rbs', line 6858

def subscription_target_id
  @subscription_target_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6856
6857
6858
# File 'sig/types.rbs', line 6856

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


6853
6854
6855
# File 'sig/types.rbs', line 6853

def updated_by
  @updated_by
end