Class: Aws::Types::DescribeEndpointAuthorizationMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def 
  @account
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def cluster_identifier
  @cluster_identifier
end

#granteeBoolean

Returns the value of attribute grantee.

Returns:

  • (Boolean)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def grantee
  @grantee
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def max_records
  @max_records
end