Class: Aws::Types::DescribeEndpointAuthorizationMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointAuthorizationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#grantee ⇒ Boolean
Returns the value of attribute grantee.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def account @account end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def cluster_identifier @cluster_identifier end |
#grantee ⇒ Boolean
Returns the value of attribute grantee.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def grantee @grantee end |
#marker ⇒ ::String
Returns the value of attribute marker.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def max_records @max_records end |