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.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def allowed_all_vp_cs @allowed_all_vp_cs end |
#allowed_vp_cs ⇒ ::Array[::String]
Returns the value of attribute allowed_vp_cs.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def allowed_vp_cs @allowed_vp_cs end |
#authorize_time ⇒ ::Time
Returns the value of attribute authorize_time.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def @authorize_time end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def cluster_identifier @cluster_identifier end |
#cluster_status ⇒ ::String
Returns the value of attribute cluster_status.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def cluster_status @cluster_status end |
#endpoint_count ⇒ ::Integer
Returns the value of attribute endpoint_count.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def endpoint_count @endpoint_count end |
#grantee ⇒ ::String
Returns the value of attribute grantee.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def grantee @grantee end |
#grantor ⇒ ::String
Returns the value of attribute grantor.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def grantor @grantor end |
#status ⇒ "Authorized", "Revoking"
Returns the value of attribute status.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def status @status end |