Class: Aws::Types::DescribedProfile
- Inherits:
-
Object
- Object
- Aws::Types::DescribedProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#as_2_id ⇒ ::String
Returns the value of attribute as_2_id.
-
#certificate_ids ⇒ ::Array[::String]
Returns the value of attribute certificate_ids.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#profile_type ⇒ "LOCAL", "PARTNER"
Returns the value of attribute profile_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
574 575 576 |
# File 'sig/types.rbs', line 574 def arn @arn end |
#as_2_id ⇒ ::String
Returns the value of attribute as_2_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def as_2_id @as_2_id end |
#certificate_ids ⇒ ::Array[::String]
Returns the value of attribute certificate_ids.
578 579 580 |
# File 'sig/types.rbs', line 578 def certificate_ids @certificate_ids end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
575 576 577 |
# File 'sig/types.rbs', line 575 def profile_id @profile_id end |
#profile_type ⇒ "LOCAL", "PARTNER"
Returns the value of attribute profile_type.
576 577 578 |
# File 'sig/types.rbs', line 576 def profile_type @profile_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
579 580 581 |
# File 'sig/types.rbs', line 579 def end |