Class: Aws::Types::GetIPSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


591
592
593
# File 'sig/types.rbs', line 591

def scope
  @scope
end