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
815 |
# File 'sig/client.rbs', line 815
def arn: () -> ::String
|
#description ⇒ ::String
812 |
# File 'sig/client.rbs', line 812
def description: () -> ::String
|
#domain_execution_role ⇒ ::String
814 |
# File 'sig/client.rbs', line 814
def domain_execution_role: () -> ::String
|
#domain_version ⇒ "V1", "V2"
820 |
# File 'sig/client.rbs', line 820
def domain_version: () -> ("V1" | "V2")
|
#id ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
816 |
# File 'sig/client.rbs', line 816
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def name: () -> ::String
|
#portal_url ⇒ ::String
818 |
# File 'sig/client.rbs', line 818
def portal_url: () -> ::String
|
#root_domain_unit_id ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def root_domain_unit_id: () -> ::String
|
#service_role ⇒ ::String
821 |
# File 'sig/client.rbs', line 821
def service_role: () -> ::String
|
#single_sign_on ⇒ Types::SingleSignOn
813 |
# File 'sig/client.rbs', line 813
def single_sign_on: () -> Types::SingleSignOn
|
#status ⇒ "CREATING", ...
817 |
# File 'sig/client.rbs', line 817
def status: () -> ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
819 |
# File 'sig/client.rbs', line 819
def tags: () -> ::Hash[::String, ::String]
|