Class: Aws::Types::StartAccessRequestRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


4137
4138
4139
# File 'sig/types.rbs', line 4137

def reason
  @reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4139
4140
4141
# File 'sig/types.rbs', line 4139

def tags
  @tags
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



4138
4139
4140
# File 'sig/types.rbs', line 4138

def targets
  @targets
end