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
525 |
# File 'sig/client.rbs', line 525
def creation_time: () -> ::Time
|
#deployment_status ⇒ ::String
526 |
# File 'sig/client.rbs', line 526
def deployment_status: () -> ::String
|
#framework_arn ⇒ ::String
522 |
# File 'sig/client.rbs', line 522
def framework_arn: () -> ::String
|
#framework_controls ⇒ ::Array[Types::FrameworkControl]
524 |
# File 'sig/client.rbs', line 524
def framework_controls: () -> ::Array[Types::FrameworkControl]
|
#framework_description ⇒ ::String
523 |
# File 'sig/client.rbs', line 523
def framework_description: () -> ::String
|
#framework_name ⇒ ::String
521 |
# File 'sig/client.rbs', line 521
def framework_name: () -> ::String
|
#framework_status ⇒ ::String
527 |
# File 'sig/client.rbs', line 527
def framework_status: () -> ::String
|
#idempotency_token ⇒ ::String
528 |
# File 'sig/client.rbs', line 528
def idempotency_token: () -> ::String
|