Module: Aws::CustomerProfiles::Client::_PutIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutIntegrationResponse]
- 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
1639 |
# File 'sig/client.rbs', line 1639
def created_at: () -> ::Time
|
#domain_name ⇒ ::String
1636 |
# File 'sig/client.rbs', line 1636
def domain_name: () -> ::String
|
#event_trigger_names ⇒ ::Array[::String]
1646 |
# File 'sig/client.rbs', line 1646
def event_trigger_names: () -> ::Array[::String]
|
#is_unstructured ⇒ Boolean
1644 |
# File 'sig/client.rbs', line 1644
def is_unstructured: () -> bool
|
#last_updated_at ⇒ ::Time
1640 |
# File 'sig/client.rbs', line 1640
def last_updated_at: () -> ::Time
|
#object_type_name ⇒ ::String
1638 |
# File 'sig/client.rbs', line 1638
def object_type_name: () -> ::String
|
#object_type_names ⇒ ::Hash[::String, ::String]
1642 |
# File 'sig/client.rbs', line 1642
def object_type_names: () -> ::Hash[::String, ::String]
|
#role_arn ⇒ ::String
1645 |
# File 'sig/client.rbs', line 1645
def role_arn: () -> ::String
|
#scope ⇒ "PROFILE", "DOMAIN"
1647 |
# File 'sig/client.rbs', line 1647
def scope: () -> ("PROFILE" | "DOMAIN")
|
#tags ⇒ ::Hash[::String, ::String]
1641 |
# File 'sig/client.rbs', line 1641
def tags: () -> ::Hash[::String, ::String]
|
#uri ⇒ ::String
1637 |
# File 'sig/client.rbs', line 1637
def uri: () -> ::String
|
#workflow_id ⇒ ::String
1643 |
# File 'sig/client.rbs', line 1643
def workflow_id: () -> ::String
|