Class: Aws::Types::EndpointAuthorization
- Inherits:
-
Object
- Object
- Aws::Types::EndpointAuthorization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_all_vp_cs ⇒ Boolean
Returns the value of attribute allowed_all_vp_cs.
-
#allowed_vp_cs ⇒ ::Array[::String]
Returns the value of attribute allowed_vp_cs.
-
#authorize_time ⇒ ::Time
Returns the value of attribute authorize_time.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#cluster_status ⇒ ::String
Returns the value of attribute cluster_status.
-
#endpoint_count ⇒ ::Integer
Returns the value of attribute endpoint_count.
-
#grantee ⇒ ::String
Returns the value of attribute grantee.
-
#grantor ⇒ ::String
Returns the value of attribute grantor.
-
#status ⇒ "Authorized", "Revoking"
Returns the value of attribute status.
Instance Attribute Details
#allowed_all_vp_cs ⇒ Boolean
Returns the value of attribute allowed_all_vp_cs.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def allowed_all_vp_cs @allowed_all_vp_cs end |
#allowed_vp_cs ⇒ ::Array[::String]
Returns the value of attribute allowed_vp_cs.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def allowed_vp_cs @allowed_vp_cs end |
#authorize_time ⇒ ::Time
Returns the value of attribute authorize_time.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def @authorize_time end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def cluster_identifier @cluster_identifier end |
#cluster_status ⇒ ::String
Returns the value of attribute cluster_status.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def cluster_status @cluster_status end |
#endpoint_count ⇒ ::Integer
Returns the value of attribute endpoint_count.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def endpoint_count @endpoint_count end |
#grantee ⇒ ::String
Returns the value of attribute grantee.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def grantee @grantee end |
#grantor ⇒ ::String
Returns the value of attribute grantor.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def grantor @grantor end |
#status ⇒ "Authorized", "Revoking"
Returns the value of attribute status.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def status @status end |