Module: Aws::Backup::Client::_DescribeFrameworkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFrameworkOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #deployment_status ⇒ ::String
- #framework_arn ⇒ ::String
- #framework_controls ⇒ ::Array[Types::FrameworkControl]
- #framework_description ⇒ ::String
- #framework_name ⇒ ::String
- #framework_status ⇒ ::String
- #idempotency_token ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
566 |
# File 'sig/client.rbs', line 566
def creation_time: () -> ::Time
|
#deployment_status ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def deployment_status: () -> ::String
|
#framework_arn ⇒ ::String
563 |
# File 'sig/client.rbs', line 563
def framework_arn: () -> ::String
|
#framework_controls ⇒ ::Array[Types::FrameworkControl]
565 |
# File 'sig/client.rbs', line 565
def framework_controls: () -> ::Array[Types::FrameworkControl]
|
#framework_description ⇒ ::String
564 |
# File 'sig/client.rbs', line 564
def framework_description: () -> ::String
|
#framework_name ⇒ ::String
562 |
# File 'sig/client.rbs', line 562
def framework_name: () -> ::String
|
#framework_status ⇒ ::String
568 |
# File 'sig/client.rbs', line 568
def framework_status: () -> ::String
|
#idempotency_token ⇒ ::String
569 |
# File 'sig/client.rbs', line 569
def idempotency_token: () -> ::String
|