Class: Aws::Types::IpAccessSettingsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


761
762
763
# File 'sig/types.rbs', line 761

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def display_name
  @display_name
end

#ip_access_settings_arn::String

Returns the value of attribute ip_access_settings_arn.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def ip_access_settings_arn
  @ip_access_settings_arn
end