Class: Aws::Types::SubscriptionTargetSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionTargetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applicable_asset_types ⇒ ::Array[::String]
Returns the value of attribute applicable_asset_types.
-
#authorized_principals ⇒ ::Array[::String]
Returns the value of attribute authorized_principals.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#manage_access_role ⇒ ::String
Returns the value of attribute manage_access_role.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute subscription_grant_creation_mode.
-
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
Returns the value of attribute subscription_target_config.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#applicable_asset_types ⇒ ::Array[::String]
Returns the value of attribute applicable_asset_types.
6265 6266 6267 |
# File 'sig/types.rbs', line 6265 def applicable_asset_types @applicable_asset_types end |
#authorized_principals ⇒ ::Array[::String]
Returns the value of attribute authorized_principals.
6254 6255 6256 |
# File 'sig/types.rbs', line 6254 def @authorized_principals end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6262 6263 6264 |
# File 'sig/types.rbs', line 6262 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6260 6261 6262 |
# File 'sig/types.rbs', line 6260 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6255 6256 6257 |
# File 'sig/types.rbs', line 6255 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
6257 6258 6259 |
# File 'sig/types.rbs', line 6257 def environment_id @environment_id end |
#id ⇒ ::String
Returns the value of attribute id.
6253 6254 6255 |
# File 'sig/types.rbs', line 6253 def id @id end |
#manage_access_role ⇒ ::String
Returns the value of attribute manage_access_role.
6264 6265 6266 |
# File 'sig/types.rbs', line 6264 def manage_access_role @manage_access_role end |
#name ⇒ ::String
Returns the value of attribute name.
6258 6259 6260 |
# File 'sig/types.rbs', line 6258 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
6256 6257 6258 |
# File 'sig/types.rbs', line 6256 def project_id @project_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
6267 6268 6269 |
# File 'sig/types.rbs', line 6267 def provider @provider end |
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute subscription_grant_creation_mode.
6268 6269 6270 |
# File 'sig/types.rbs', line 6268 def subscription_grant_creation_mode @subscription_grant_creation_mode end |
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
Returns the value of attribute subscription_target_config.
6266 6267 6268 |
# File 'sig/types.rbs', line 6266 def subscription_target_config @subscription_target_config end |
#type ⇒ ::String
Returns the value of attribute type.
6259 6260 6261 |
# File 'sig/types.rbs', line 6259 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6263 6264 6265 |
# File 'sig/types.rbs', line 6263 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
6261 6262 6263 |
# File 'sig/types.rbs', line 6261 def updated_by @updated_by end |