Class: Aws::Types::GetIPSetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:



1344
1345
1346
# File 'sig/types.rbs', line 1344

def expected_bucket_owner
  @expected_bucket_owner
end

#format"TXT", ...

Returns the value of attribute format.

Returns:



1340
1341
1342
# File 'sig/types.rbs', line 1340

def format
  @format
end

#location::String

Returns the value of attribute location.

Returns:



1341
1342
1343
# File 'sig/types.rbs', line 1341

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:



1339
1340
1341
# File 'sig/types.rbs', line 1339

def name
  @name
end

#status"INACTIVE", ...

Returns the value of attribute status.

Returns:



1342
1343
1344
# File 'sig/types.rbs', line 1342

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



1343
1344
1345
# File 'sig/types.rbs', line 1343

def tags
  @tags
end