Module: Aws::DataZone::Client::_CreateDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDomainOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #domain_execution_role ⇒ ::String
- #domain_version ⇒ "V1", "V2"
- #id ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #name ⇒ ::String
- #portal_url ⇒ ::String
- #root_domain_unit_id ⇒ ::String
- #service_role ⇒ ::String
- #single_sign_on ⇒ Types::SingleSignOn
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def arn: () -> ::String
|
#description ⇒ ::String
807 |
# File 'sig/client.rbs', line 807
def description: () -> ::String
|
#domain_execution_role ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def domain_execution_role: () -> ::String
|
#domain_version ⇒ "V1", "V2"
815 |
# File 'sig/client.rbs', line 815
def domain_version: () -> ("V1" | "V2")
|
#id ⇒ ::String
804 |
# File 'sig/client.rbs', line 804
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def name: () -> ::String
|
#portal_url ⇒ ::String
813 |
# File 'sig/client.rbs', line 813
def portal_url: () -> ::String
|
#root_domain_unit_id ⇒ ::String
805 |
# File 'sig/client.rbs', line 805
def root_domain_unit_id: () -> ::String
|
#service_role ⇒ ::String
816 |
# File 'sig/client.rbs', line 816
def service_role: () -> ::String
|
#single_sign_on ⇒ Types::SingleSignOn
808 |
# File 'sig/client.rbs', line 808
def single_sign_on: () -> Types::SingleSignOn
|
#status ⇒ "CREATING", ...
812 |
# File 'sig/client.rbs', line 812
def status: () -> ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
814 |
# File 'sig/client.rbs', line 814
def tags: () -> ::Hash[::String, ::String]
|