Class: Aws::Types::GetApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
-
#identity_source ⇒ Types::IdentitySourceDetails
Returns the value of attribute identity_source.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
133 134 135 |
# File 'sig/types.rbs', line 133 def created_at @created_at end |
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
136 137 138 |
# File 'sig/types.rbs', line 136 def error @error end |
#identity_source ⇒ Types::IdentitySourceDetails
Returns the value of attribute identity_source.
130 131 132 |
# File 'sig/types.rbs', line 130 def identity_source @identity_source end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
131 132 133 |
# File 'sig/types.rbs', line 131 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
135 136 137 |
# File 'sig/types.rbs', line 135 def @tags end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def tenant_id @tenant_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
134 135 136 |
# File 'sig/types.rbs', line 134 def updated_at @updated_at end |