Class: Aws::Types::CreateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_2_id ⇒ ::String
Returns the value of attribute as_2_id.
-
#certificate_ids ⇒ ::Array[::String]
Returns the value of attribute certificate_ids.
-
#profile_type ⇒ "LOCAL", "PARTNER"
Returns the value of attribute profile_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#as_2_id ⇒ ::String
Returns the value of attribute as_2_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def as_2_id @as_2_id end |
#certificate_ids ⇒ ::Array[::String]
Returns the value of attribute certificate_ids.
134 135 136 |
# File 'sig/types.rbs', line 134 def certificate_ids @certificate_ids end |
#profile_type ⇒ "LOCAL", "PARTNER"
Returns the value of attribute profile_type.
133 134 135 |
# File 'sig/types.rbs', line 133 def profile_type @profile_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
135 136 137 |
# File 'sig/types.rbs', line 135 def @tags end |