Module: Aws::B2bi::Client::_CreateProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #business_name ⇒ ::String
- #created_at ⇒ ::Time
- #email ⇒ ::String
- #log_group_name ⇒ ::String
- #logging ⇒ "ENABLED", "DISABLED"
- #name ⇒ ::String
- #phone ⇒ ::String
- #profile_arn ⇒ ::String
- #profile_id ⇒ ::String
Instance Method Details
#business_name ⇒ ::String
149 |
# File 'sig/client.rbs', line 149
def business_name: () -> ::String
|
#created_at ⇒ ::Time
154 |
# File 'sig/client.rbs', line 154
def created_at: () -> ::Time
|
#email ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def email: () -> ::String
|
#log_group_name ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def log_group_name: () -> ::String
|
#logging ⇒ "ENABLED", "DISABLED"
152 |
# File 'sig/client.rbs', line 152
def logging: () -> ("ENABLED" | "DISABLED")
|
#name ⇒ ::String
148 |
# File 'sig/client.rbs', line 148
def name: () -> ::String
|
#phone ⇒ ::String
150 |
# File 'sig/client.rbs', line 150
def phone: () -> ::String
|
#profile_arn ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def profile_id: () -> ::String
|