Module: Aws::DataZone::Client::_GetDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #domain_execution_role ⇒ ::String
- #domain_version ⇒ "V1", "V2"
- #id ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #last_updated_at ⇒ ::Time
- #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
1995 |
# File 'sig/client.rbs', line 1995
def arn: () -> ::String
|
#created_at ⇒ ::Time
1999 |
# File 'sig/client.rbs', line 1999
def created_at: () -> ::Time
|
#description ⇒ ::String
1992 |
# File 'sig/client.rbs', line 1992
def description: () -> ::String
|
#domain_execution_role ⇒ ::String
1994 |
# File 'sig/client.rbs', line 1994
def domain_execution_role: () -> ::String
|
#domain_version ⇒ "V1", "V2"
2002 |
# File 'sig/client.rbs', line 2002
def domain_version: () -> ("V1" | "V2")
|
#id ⇒ ::String
1989 |
# File 'sig/client.rbs', line 1989
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
1996 |
# File 'sig/client.rbs', line 1996
def kms_key_identifier: () -> ::String
|
#last_updated_at ⇒ ::Time
2000 |
# File 'sig/client.rbs', line 2000
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1991 |
# File 'sig/client.rbs', line 1991
def name: () -> ::String
|
#portal_url ⇒ ::String
1998 |
# File 'sig/client.rbs', line 1998
def portal_url: () -> ::String
|
#root_domain_unit_id ⇒ ::String
1990 |
# File 'sig/client.rbs', line 1990
def root_domain_unit_id: () -> ::String
|
#service_role ⇒ ::String
2003 |
# File 'sig/client.rbs', line 2003
def service_role: () -> ::String
|
#single_sign_on ⇒ Types::SingleSignOn
1993 |
# File 'sig/client.rbs', line 1993
def single_sign_on: () -> Types::SingleSignOn
|
#status ⇒ "CREATING", ...
1997 |
# File 'sig/client.rbs', line 1997
def status: () -> ("CREATING" | "AVAILABLE" | "CREATION_FAILED" | "DELETING" | "DELETED" | "DELETION_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
2001 |
# File 'sig/client.rbs', line 2001
def tags: () -> ::Hash[::String, ::String]
|