Class: Aws::Types::StsAccess
- Inherits:
-
Object
- Object
- Aws::Types::StsAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
-
#sts_policy_document ⇒ ::String
Returns the value of attribute sts_policy_document.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def domain_name @domain_name end |
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def ipv4_addresses @ipv4_addresses end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def status @status end |
#sts_policy_document ⇒ ::String
Returns the value of attribute sts_policy_document.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def sts_policy_document @sts_policy_document end |