Module: Aws::IoTTwinMaker::Client::_GetWorkspaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkspaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #linked_services ⇒ ::Array[::String]
- #role ⇒ ::String
- #s3_location ⇒ ::String
- #update_date_time ⇒ ::Time
- #workspace_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
546 |
# File 'sig/client.rbs', line 546
def arn: () -> ::String
|
#creation_date_time ⇒ ::Time
551 |
# File 'sig/client.rbs', line 551
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
547 |
# File 'sig/client.rbs', line 547
def description: () -> ::String
|
#linked_services ⇒ ::Array[::String]
548 |
# File 'sig/client.rbs', line 548
def linked_services: () -> ::Array[::String]
|
#role ⇒ ::String
550 |
# File 'sig/client.rbs', line 550
def role: () -> ::String
|
#s3_location ⇒ ::String
549 |
# File 'sig/client.rbs', line 549
def s3_location: () -> ::String
|
#update_date_time ⇒ ::Time
552 |
# File 'sig/client.rbs', line 552
def update_date_time: () -> ::Time
|
#workspace_id ⇒ ::String
545 |
# File 'sig/client.rbs', line 545
def workspace_id: () -> ::String
|