Class: Aws::Types::DescribeNodeConfigurationOptionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_type"restore-cluster", ...

Returns the value of attribute action_type.

Returns:

  • ("restore-cluster", "recommend-node-config", "resize-cluster")


1221
1222
1223
# File 'sig/types.rbs', line 1221

def action_type
  @action_type
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def cluster_identifier
  @cluster_identifier
end

#filters::Array[Types::NodeConfigurationOptionsFilter]

Returns the value of attribute filters.



1226
1227
1228
# File 'sig/types.rbs', line 1226

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def max_records
  @max_records
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def 
  @owner_account
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def snapshot_arn
  @snapshot_arn
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def snapshot_identifier
  @snapshot_identifier
end