Class: Aws::Types::VpcBlockPublicAccessExclusion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


19644
19645
19646
# File 'sig/types.rbs', line 19644

def creation_timestamp
  @creation_timestamp
end

#deletion_timestamp::Time

Returns the value of attribute deletion_timestamp.

Returns:

  • (::Time)


19646
19647
19648
# File 'sig/types.rbs', line 19646

def deletion_timestamp
  @deletion_timestamp
end

#exclusion_id::String

Returns the value of attribute exclusion_id.

Returns:

  • (::String)


19639
19640
19641
# File 'sig/types.rbs', line 19639

def exclusion_id
  @exclusion_id
end

#internet_gateway_exclusion_mode"allow-bidirectional", "allow-egress"

Returns the value of attribute internet_gateway_exclusion_mode.

Returns:

  • ("allow-bidirectional", "allow-egress")


19640
19641
19642
# File 'sig/types.rbs', line 19640

def internet_gateway_exclusion_mode
  @internet_gateway_exclusion_mode
end

#last_update_timestamp::Time

Returns the value of attribute last_update_timestamp.

Returns:

  • (::Time)


19645
19646
19647
# File 'sig/types.rbs', line 19645

def last_update_timestamp
  @last_update_timestamp
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


19643
19644
19645
# File 'sig/types.rbs', line 19643

def reason
  @reason
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


19641
19642
19643
# File 'sig/types.rbs', line 19641

def resource_arn
  @resource_arn
end

#state"create-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "update-in-progress", "update-complete", "update-failed", "delete-in-progress", "delete-complete", "disable-in-progress", "disable-complete")


19642
19643
19644
# File 'sig/types.rbs', line 19642

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19647
19648
19649
# File 'sig/types.rbs', line 19647

def tags
  @tags
end