Module: Aws::CustomerProfiles::Client::_GetIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #domain_name ⇒ ::String
- #event_trigger_names ⇒ ::Array[::String]
- #is_unstructured ⇒ Boolean
- #last_updated_at ⇒ ::Time
- #object_type_name ⇒ ::String
- #object_type_names ⇒ ::Hash[::String, ::String]
- #role_arn ⇒ ::String
- #scope ⇒ "PROFILE", "DOMAIN"
- #tags ⇒ ::Hash[::String, ::String]
- #uri ⇒ ::String
- #workflow_id ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
897 |
# File 'sig/client.rbs', line 897
def created_at: () -> ::Time
|
#domain_name ⇒ ::String
894 |
# File 'sig/client.rbs', line 894
def domain_name: () -> ::String
|
#event_trigger_names ⇒ ::Array[::String]
904 |
# File 'sig/client.rbs', line 904
def event_trigger_names: () -> ::Array[::String]
|
#is_unstructured ⇒ Boolean
902 |
# File 'sig/client.rbs', line 902
def is_unstructured: () -> bool
|
#last_updated_at ⇒ ::Time
898 |
# File 'sig/client.rbs', line 898
def last_updated_at: () -> ::Time
|
#object_type_name ⇒ ::String
896 |
# File 'sig/client.rbs', line 896
def object_type_name: () -> ::String
|
#object_type_names ⇒ ::Hash[::String, ::String]
900 |
# File 'sig/client.rbs', line 900
def object_type_names: () -> ::Hash[::String, ::String]
|
#role_arn ⇒ ::String
903 |
# File 'sig/client.rbs', line 903
def role_arn: () -> ::String
|
#scope ⇒ "PROFILE", "DOMAIN"
905 |
# File 'sig/client.rbs', line 905
def scope: () -> ("PROFILE" | "DOMAIN")
|
#tags ⇒ ::Hash[::String, ::String]
899 |
# File 'sig/client.rbs', line 899
def tags: () -> ::Hash[::String, ::String]
|
#uri ⇒ ::String
895 |
# File 'sig/client.rbs', line 895
def uri: () -> ::String
|
#workflow_id ⇒ ::String
901 |
# File 'sig/client.rbs', line 901
def workflow_id: () -> ::String
|