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
865 |
# File 'sig/client.rbs', line 865
def created_at: () -> ::Time
|
#domain_name ⇒ ::String
862 |
# File 'sig/client.rbs', line 862
def domain_name: () -> ::String
|
#event_trigger_names ⇒ ::Array[::String]
872 |
# File 'sig/client.rbs', line 872
def event_trigger_names: () -> ::Array[::String]
|
#is_unstructured ⇒ Boolean
870 |
# File 'sig/client.rbs', line 870
def is_unstructured: () -> bool
|
#last_updated_at ⇒ ::Time
866 |
# File 'sig/client.rbs', line 866
def last_updated_at: () -> ::Time
|
#object_type_name ⇒ ::String
864 |
# File 'sig/client.rbs', line 864
def object_type_name: () -> ::String
|
#object_type_names ⇒ ::Hash[::String, ::String]
868 |
# File 'sig/client.rbs', line 868
def object_type_names: () -> ::Hash[::String, ::String]
|
#role_arn ⇒ ::String
871 |
# File 'sig/client.rbs', line 871
def role_arn: () -> ::String
|
#scope ⇒ "PROFILE", "DOMAIN"
873 |
# File 'sig/client.rbs', line 873
def scope: () -> ("PROFILE" | "DOMAIN")
|
#tags ⇒ ::Hash[::String, ::String]
867 |
# File 'sig/client.rbs', line 867
def tags: () -> ::Hash[::String, ::String]
|
#uri ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def uri: () -> ::String
|
#workflow_id ⇒ ::String
869 |
# File 'sig/client.rbs', line 869
def workflow_id: () -> ::String
|