Class: Aws::Types::GetSubscriptionTargetOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSubscriptionTargetOutput
- 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.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def applicable_asset_types @applicable_asset_types end |
#authorized_principals ⇒ ::Array[::String]
Returns the value of attribute authorized_principals.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def @authorized_principals end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3307 3308 3309 |
# File 'sig/types.rbs', line 3307 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def environment_id @environment_id end |
#id ⇒ ::String
Returns the value of attribute id.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def id @id end |
#manage_access_role ⇒ ::String
Returns the value of attribute manage_access_role.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def manage_access_role @manage_access_role end |
#name ⇒ ::String
Returns the value of attribute name.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def project_id @project_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
3312 3313 3314 |
# File 'sig/types.rbs', line 3312 def provider @provider end |
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute subscription_grant_creation_mode.
3313 3314 3315 |
# File 'sig/types.rbs', line 3313 def subscription_grant_creation_mode @subscription_grant_creation_mode end |
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
Returns the value of attribute subscription_target_config.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def subscription_target_config @subscription_target_config end |
#type ⇒ ::String
Returns the value of attribute type.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3308 3309 3310 |
# File 'sig/types.rbs', line 3308 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def updated_by @updated_by end |