Class: Aws::Types::UpdateSubscriptionGrantStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSubscriptionGrantStatusInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#failure_cause ⇒ Types::FailureCause
Returns the value of attribute failure_cause.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#status ⇒ "GRANT_PENDING", ...
Returns the value of attribute status.
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
Instance Attribute Details
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
6843 6844 6845 |
# File 'sig/types.rbs', line 6843 def asset_identifier @asset_identifier end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6841 6842 6843 |
# File 'sig/types.rbs', line 6841 def domain_identifier @domain_identifier end |
#failure_cause ⇒ Types::FailureCause
Returns the value of attribute failure_cause.
6845 6846 6847 |
# File 'sig/types.rbs', line 6845 def failure_cause @failure_cause end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6842 6843 6844 |
# File 'sig/types.rbs', line 6842 def identifier @identifier end |
#status ⇒ "GRANT_PENDING", ...
Returns the value of attribute status.
6844 6845 6846 |
# File 'sig/types.rbs', line 6844 def status @status end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
6846 6847 6848 |
# File 'sig/types.rbs', line 6846 def target_name @target_name end |