Class: Aws::Types::RevokeEndpointAccessMessage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.



2730
2731
2732
# File 'sig/types.rbs', line 2730

def 
  @account
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.



2729
2730
2731
# File 'sig/types.rbs', line 2729

def cluster_identifier
  @cluster_identifier
end

#forceBoolean

Returns the value of attribute force.



2732
2733
2734
# File 'sig/types.rbs', line 2732

def force
  @force
end

#vpc_ids::Array[::String]

Returns the value of attribute vpc_ids.



2731
2732
2733
# File 'sig/types.rbs', line 2731

def vpc_ids
  @vpc_ids
end