Class: Aws::Types::GetVpcResourcesBlockingEncryptionEnforcementResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10587
10588
10589
# File 'sig/types.rbs', line 10587

def next_token
  @next_token
end

#non_compliant_resources::Array[Types::VpcEncryptionNonCompliantResource]

Returns the value of attribute non_compliant_resources.



10586
10587
10588
# File 'sig/types.rbs', line 10586

def non_compliant_resources
  @non_compliant_resources
end