Class: Aws::Types::GuardrailSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2344
2345
2346
# File 'sig/types.rbs', line 2344

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def created_at
  @created_at
end

#cross_region_detailsTypes::GuardrailCrossRegionDetails

Returns the value of attribute cross_region_details.



2351
2352
2353
# File 'sig/types.rbs', line 2351

def cross_region_details
  @cross_region_details
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2343
2344
2345
# File 'sig/types.rbs', line 2343

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2346
2347
2348
# File 'sig/types.rbs', line 2346

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "VERSIONING", "READY", "FAILED", "DELETING")


2345
2346
2347
# File 'sig/types.rbs', line 2345

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def version
  @version
end