Class: Aws::Types::GetConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_configurations ⇒ Types::RunConfigurationsResponse
Returns the value of attribute run_configurations.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
832 833 834 |
# File 'sig/types.rbs', line 832 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
838 839 840 |
# File 'sig/types.rbs', line 838 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
835 836 837 |
# File 'sig/types.rbs', line 835 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
834 835 836 |
# File 'sig/types.rbs', line 834 def name @name end |
#run_configurations ⇒ Types::RunConfigurationsResponse
Returns the value of attribute run_configurations.
836 837 838 |
# File 'sig/types.rbs', line 836 def run_configurations @run_configurations end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
837 838 839 |
# File 'sig/types.rbs', line 837 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
839 840 841 |
# File 'sig/types.rbs', line 839 def @tags end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
833 834 835 |
# File 'sig/types.rbs', line 833 def uuid @uuid end |