Class: Aws::Types::SubscribedAsset
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedAsset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_revision ⇒ ::String
Returns the value of attribute asset_revision.
-
#asset_scope ⇒ Types::AssetScope
Returns the value of attribute asset_scope.
-
#failure_cause ⇒ Types::FailureCause
Returns the value of attribute failure_cause.
-
#failure_timestamp ⇒ ::Time
Returns the value of attribute failure_timestamp.
-
#granted_timestamp ⇒ ::Time
Returns the value of attribute granted_timestamp.
-
#permissions ⇒ Types::Permissions
Returns the value of attribute permissions.
-
#status ⇒ "GRANT_PENDING", ...
Returns the value of attribute status.
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
6051 6052 6053 |
# File 'sig/types.rbs', line 6051 def asset_id @asset_id end |
#asset_revision ⇒ ::String
Returns the value of attribute asset_revision.
6052 6053 6054 |
# File 'sig/types.rbs', line 6052 def asset_revision @asset_revision end |
#asset_scope ⇒ Types::AssetScope
Returns the value of attribute asset_scope.
6058 6059 6060 |
# File 'sig/types.rbs', line 6058 def asset_scope @asset_scope end |
#failure_cause ⇒ Types::FailureCause
Returns the value of attribute failure_cause.
6055 6056 6057 |
# File 'sig/types.rbs', line 6055 def failure_cause @failure_cause end |
#failure_timestamp ⇒ ::Time
Returns the value of attribute failure_timestamp.
6057 6058 6059 |
# File 'sig/types.rbs', line 6057 def @failure_timestamp end |
#granted_timestamp ⇒ ::Time
Returns the value of attribute granted_timestamp.
6056 6057 6058 |
# File 'sig/types.rbs', line 6056 def @granted_timestamp end |
#permissions ⇒ Types::Permissions
Returns the value of attribute permissions.
6059 6060 6061 |
# File 'sig/types.rbs', line 6059 def @permissions end |
#status ⇒ "GRANT_PENDING", ...
Returns the value of attribute status.
6053 6054 6055 |
# File 'sig/types.rbs', line 6053 def status @status end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
6054 6055 6056 |
# File 'sig/types.rbs', line 6054 def target_name @target_name end |