Class: Aws::Types::VpcBlockPublicAccessOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


19313
19314
19315
# File 'sig/types.rbs', line 19313

def 
  @aws_account_id
end

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


19314
19315
19316
# File 'sig/types.rbs', line 19314

def aws_region
  @aws_region
end

#exclusions_allowed"allowed", "not-allowed"

Returns the value of attribute exclusions_allowed.

Returns:

  • ("allowed", "not-allowed")


19320
19321
19322
# File 'sig/types.rbs', line 19320

def exclusions_allowed
  @exclusions_allowed
end

#internet_gateway_block_mode"off", ...

Returns the value of attribute internet_gateway_block_mode.

Returns:

  • ("off", "block-bidirectional", "block-ingress")


19316
19317
19318
# File 'sig/types.rbs', line 19316

def internet_gateway_block_mode
  @internet_gateway_block_mode
end

#last_update_timestamp::Time

Returns the value of attribute last_update_timestamp.

Returns:

  • (::Time)


19318
19319
19320
# File 'sig/types.rbs', line 19318

def last_update_timestamp
  @last_update_timestamp
end

#managed_by"account", "declarative-policy"

Returns the value of attribute managed_by.

Returns:

  • ("account", "declarative-policy")


19319
19320
19321
# File 'sig/types.rbs', line 19319

def managed_by
  @managed_by
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


19317
19318
19319
# File 'sig/types.rbs', line 19317

def reason
  @reason
end

#state"default-state", ...

Returns the value of attribute state.

Returns:

  • ("default-state", "update-in-progress", "update-complete")


19315
19316
19317
# File 'sig/types.rbs', line 19315

def state
  @state
end